projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b05309
)
tools: follow constness change in icc parsing error handling
author
Øyvind Kolås
<pippin@gimp.org>
Sun, 3 Sep 2017 13:09:57 +0000
(15:09 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Sun, 3 Sep 2017 13:10:12 +0000
(15:10 +0200)
tools/babl-icc-rewrite.c
patch
|
blob
|
history
diff --git
a/tools/babl-icc-rewrite.c
b/tools/babl-icc-rewrite.c
index af9d46e667c73d92aed32877713d70188943892c..1d292b4461ded5546eee475dfc87222acfc4f7b8 100644
(file)
--- a/
tools/babl-icc-rewrite.c
+++ b/
tools/babl-icc-rewrite.c
@@
-35,7
+35,7
@@
main (int argc,
char *icc_data = NULL;
long icc_len;
int genlen;
- c
har *error = NULL
;
+ c
onst char *error
;
babl_init ();
if (!argv[1] || !argv[2])